ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewGroup<K,T> Interface / Item Property

In This Topic
    Item Property (ICollectionViewGroup<K,T>)
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As T
    T this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also